function sessWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable,menubar=yes,location=no,toolbar=no,scrollbars=yes,left=50,top=50,width=740,height=600");
		if (popupWin.window.focus) 
			{
			popupWin.window.focus();
			}
								   }

function delConfWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizeable=yes,status=no,menubar=no,location=no,toolbar=no,scrollbars=no,left=300,top=300,width=310,height=220");
		if (popupWin.window.focus) 
			{
			popupWin.window.focus();
			}
								   }

function tallWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable,menubar=yes,location=no,toolbar=yes,scrollbars=yes,left=65,top=65,width=650,height=520");
		if (popupWin.window.focus) 
			{
			popupWin.window.focus();
			}
								   }
		

function shortWin(url, name) {
                         shortpopupWin = window.open(url, name,
                       "resizable,menubar=yes,location=no,toolbar=yes,scrollbars=yes,left=50,top=50,width=650,height=300");
		if (shortpopupWin.window.focus) 
			{
			shortpopupWin.window.focus();
			}
								   }
		
function locateWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable,menubar=no,location=no,toolbar=no,scrollbars=no,left=75,top=50,width=490,height=280");
		if (popupWin.window.focus) 
			{
			popupWin.window.focus();
			}
								   }

function newPresWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable,menubar=yes,location=no,toolbar=no,scrollbars=yes,left=50,top=50,width=800,height=680");
		if (popupWin.window.focus) 
			{
			popupWin.window.focus();
			}
								   }
function newWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable,menubar=no,location=no,toolbar=no,scrollbars=yes,left=100,top=50,width=600,height=300");
		if (popupWin.window.focus) 
			{
			popupWin.window.focus();
			}
								   }
function newEditParWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable,menubar=no,location=no,toolbar=no,scrollbars=yes,left=100,top=50,width=680,height=660");
		if (popupWin.window.focus) 
			{
			popupWin.window.focus();
			}
								   }
								   
								   
function supportWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable,menubar=no,location=no,toolbar=no,scrollbars=yes,left=100,top=50,width=750,height=360");
		if (popupWin.window.focus) 
			{
			popupWin.window.focus();
			}
								   }
								   
								   
