function SetDate(param){

	document.all.date.innerHTML=param;
	document.all.DateHidden.value=param;

}

function Empty(param){

}

function OpenPage(param,orient){

	if(orient==1){
		n=window.open(param,"welcome","menubar=none, scrollbars=no, width=620, height=430");
	}else if(orient==2){
		n=window.open(param,"welcome","menubar=none, scrollbars=no, width=420	, height=630");
	}else if(orient==3){
		n=window.open(param,"welcome","menubar=none, scrollbars=no, width=800	, height=600");
	}	

}


