
function pop_up(strPage)
{ 
    
   Pop_UpWin = window.open(strPage,"help","width=750,height=450,left=10,top=10,scrollbars=1,resizable=1,status=0");
   //Pop_UpWin.focus();        
}
function pop_up2(strPage)
{ 
   Pop_UpWin2 = window.open(strPage,"externallink","width=700,height=500,left=10,top=10,scrollbars=1,resizable=1,status=0");
   //Pop_UpWin2.focus();        
}
function pop_up3(strPage)
{ 
   Pop_UpWin3 = window.open(strPage,"view","width=400,height=350,left=10,top=10,scrollbars=1,resizable=1,status=0");
   //Pop_UpWin3.focus();        
}
function pop_up4(strPage) {
    Pop_UpWin3 = window.open(strPage, "view", "width=800,height=500,left=10,top=10,scrollbars=1,resizable=1,status=0");
    //Pop_UpWin3.focus();        
}
function checkFrames()
{
	var strParent;
	if(window.parent.frames.length==0)
	{
		window.location="http://64.204.69.18/dds"
	}
}

function frameChange(vFrame,strUrl)
{
		
	parent.frames[vFrame].location.href = strUrl;
}

function max_window()
{
	if (document.all || document.layers) 
	{ 
		self.moveTo(0,0); 
		self.resizeTo(screen.availWidth,screen.availHeight)
	}
}
function restore1()
{
	if (document.all || document.layers) 
	{ 
		self.moveTo(0,0); 
		self.resizeTo(750,450)
	}
}
function restore2()
{
	if (document.all || document.layers) 
	{ 
		self.moveTo(0,0); 
		self.resizeTo(700,500)
	}
}