
function loadSh(names) {
	//alert("in the function");
	
	
	toopen="pdf/"+names;
	//alert(toopen)
var load = window.open(toopen,'','scrollbars=yes,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no');
}

function loadPic(names) {
	//alert("in the function");
	
	
	toopen="showroom/"+names;
	//alert(toopen)
var load = window.open(toopen,'','scrollbars=yes,menubar=no,width=800,resizable=yes,toolbar=no,location=no,status=no');
}

