function OpenWindow(file, w, h) {
	window.open(file,'win','resizable=1,scrollbars=1,width=' + w + ',height=' + h);
}
