<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function ShowMap(pglink) {  
var newURL="http://www.westkentucky.kctcs.edu/maps/" + pglink + ".shtml";
var newwin="";
newwin=window.open(newURL, 'newwin', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=630,height=460');
newwin.focus()
}

function ShowMap2(pglink) {  
var newURL="http://www.westkentucky.kctcs.edu/maps/" + pglink + ".shtml";
var newwin4="";
newwin4=window.open(newURL, 'newwin4', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=500,height=470');
newwin4.focus()
}

function ShowProfile(EmployID) 
{  
	var newURL="http://legacy.westkentucky.kctcs.edu/facstaff/profile.php?Employ=" + EmployID;
	var newwin3="";
	newwin3=window.open(newURL, 'newwin3', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=yes,resizeable=yes,width=630,height=420');
	newwin3.focus();
}

function DispPict(pgtitle) {  
var newwin="";
newwin=window.open(pgtitle, 'newwin', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=yes,resizeable=no,width=580,height=460');
newwin.focus()
}

function ShowMap2(pglink) {  
var newURL="http://www.westkentucky.kctcs.edu/maps/" + pglink + ".shtml";
var newwin="";
newwin=window.open(newURL, 'newwin', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=500,height=470');
newwin.focus()
}

function DispVarImg(pgtitle, winName, wide, high) {  
var winparams = "toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=" + wide + ",height=" + high;
newwinimg=window.open(pgtitle, winName, winparams)
}

function DispRad(pgtitle) {  
var newwin="";
newwin=window.open(pgtitle, 'newwin', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=430,height=380');
newwin.focus()
}

function DispPict(pgtitle) {  
var newwin2="";
newwin2=window.open(pgtitle, 'newwin2', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=610,height=540');
newwin2.focus()
}

function DispClip(pgtitle) {  
var newwin4="";
newwin4=window.open(pgtitle, 'newwin4', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=490,height=260');
newwin4.focus()
}

function DispPhoto2(pgtitle) {  
var newwin5="";
newwin5=window.open(pgtitle, 'newwin5', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=490,height=320');
newwin5.focus()
}

function DispPhotoL(pgtitle) {  
var newwin6="";
newwin6=window.open(pgtitle, 'newwin6', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=auto,resizeable=no,width=630,height=480');
newwin6.focus()
}

function DispPhotoP(pgtitle) {  
var newwin7="";
newwin7=window.open(pgtitle, 'newwin7', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=auto,resizeable=no,width=480,height=630');
newwin7.focus()
}

function DispMap(pgtitle) {  
var newwin="";
newwin=window.open(pgtitle, 'newwin', 'toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width=630,height=460');
newwin.focus()
}

function DispPhCap(pgtitle, PgWidth, PgHeight, CapSize) 
{  
	var width=0;
	NewWidth=eval(PgWidth) + eval(10);
	var height=0;
	NewHeight=eval(PgHeight) + eval(10);
	if (CapSize != '0')
	{
		NewHeight=eval(NewHeight) + eval(CapSize);
		NewHeight=eval(NewHeight) + eval(6);
	}
	NewParm="toolbars=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no,width="+NewWidth+",height="+NewHeight;
	var newwin="";
	var NewTarget='';
	NewTarget= "win"+PgWidth+PgHeight+CapSize;
	newwin=window.open(pgtitle, NewTarget, NewParm);
	newwin.focus()
}


// -->
