// JavaScript Document

// made by aasthainfomedia.com
// Ratnesh R Sharma, Ahmedabad.


	function popUp(url) {

	newWindow=window.open(url,'name','menubar=no,height=725,width=730,toolbar=no, screenX=300, screenY=250');

	if (window.focus) {newWindow.focus()}

	return false;

	}


