function makeNewWindow(location,size)
{
	window.open(location,"",size)
}