	function CALL_MEDNEWS_WIN()
    {
    ORDERWIN = window.open('_subscribe.php?view=info','order','width=560,height=680,screenX=0,screenY=0,scrollbars,resizable')
    }

	
 	 function CALL_EVENT_WIN()
	{
         EVENTWIN= window.open('user_event_form.php','event','width=600,height=320,screenX=0,screenY=0,scrollbars,resizable')	
	}

		
 	 function CALL_SSTORY_WIN(id)
	{
         SSTORYWIN= window.open('_sstory.php?id='+id,'sstory','width=600,height=640,screenX=0,screenY=0,scrollbars,resizable')	
	}
	