function SWOpen(width,height,file){
	window.open(file,"smallwindow","width=" + width + ", height=" + height + " ,resizable=yes,scrollbars=yes");
}
