function show(line,div){
	line.style.display='';
	div.style.visibility='visible';
}

function hide(line,div){
	line.style.display='none';
	div.style.visibility='hidden';
}

function loadincludes(){	
	clientSideInclude('topinc', '../includes/top_bar.htm');
}

function loadincludes1(){
	clientSideInclude('topinc1', '../includes/left_panel.htm');
}

function winopen()
{
	var NewWin;
	NewWin=window.open("scrap_pallet_removal.htm",'NewWin','height=420,width=420,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin.focus();

}