﻿function OpenPageName(URL,w,h,t,l,n)
{	   
	window.open (URL,n,'scrollbars=1,width='+w+',height='+h+', top='+t+', left='+l+'');
}

