function openWin(){
str = location.search;
var reg;
reg = /\?/g;
str = str.replace(reg,"&");
	window.open("printable.php?print=1"+str,"printable","width=661,height=550,status=0,toolbar=1,resizable=0,scrollbars=1,location=1,menubar=1");
}
