/* Zˌv揬p */

function open_type(layout,widthPt,heightPt){
	var valuePt ="width=" + widthPt + ",height=" + heightPt + ",scrollbars=yes,resizable=yes";
	window.open(layout,'layout',valuePt);
}