function openWindow(thePage,theName,theStyle){
	
	var AttachmentWin = open(thePage,theName, theStyle);
	
	
}

function openHelp(thePage){
	var HelpWin = open(thePage,"View","alwaysRaised=yes,dependent=yes,directories=no,height=600,width=600,hotkeys=no,location=no,menubar=no,resizable=yes,screenX=10,screenY=10,scrollbars=no,titlebar=no,toolbar=no");	
}

