function newpage(htmlurl) {
	var newwin=window.open(htmlurl,"newWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=2,left=2,width=600,height=350");
	newwin.focus();
	return false;
}
function view1(url){  
	var url;          
	window.open(url,'_blank','status=no,scrollbars=yes,top=20,left=110,width=600,height=460');  
}
function fc(url){  
	var url;          
	window.open(url,'_blank','status=no,scrollbars=yes,top=20,left=110,width=600,height=470');  
}
function pass(mylink){
	window.open(mylink,'','top=140,left=135,width=480,height=280,scrollbars=yes')
}
function highlight(mObj) {
	mObj.style.background = '#FFFFCC';
	mObj.style.borderTopColor = '#000000';
	mObj.style.borderBottomColor = '#000000';
}
function unhighlight(mObj,mColor,mTBColor) {
	mObj.style.background = mColor;
	mObj.style.borderTopColor = mTBColor;
	mObj.style.borderBottomColor = mTBColor;
}
function tabunhighlight(mObj,mColor) {
	mObj.style.background = mColor;
}
function nunhighlight(mObj) {
	mObj.style.background = '#678234';
}
function winOpen(openURL) {
	popWin=window.open(openURL,'','fullscreen=1,top=10,left=100,width=760,height=530,scrollbars=yes,status=no,toolbar=no,menubar=no,location=yes');
	popWin.focus();
}
function winOpenHos(openURL) {
	popWin=window.open(openURL,'','fullscreen=0,top=10,left=100,width=760,height=430,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no');
	popWin.focus();
}
