function openwin(WO)
{
		var shock = null;
		shock = window.open(WO,'YAMAHA', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, resizable=yes, width=800,height=680,left=0,top=0');
		shock.p = this;
}