function w_create(name, w, h)
{
	window.open(name+".html", "w_sample", "width="+w+",height="+h+"status=yes,,scrollbars=yes,resizable=yes");
	return true;
}
