/**********************************************************************
	Project: Sheppards Building
	Version: 0.0.1
	Author: Hze
	Netgenetix Media
 *********************************************************************/




/**********************************************************************
	Popups
 *********************************************************************/
function offsite(url) {
	return openWindow(url, 'offsite', 'directories,location,menubar,resizable,scrollbars,status,toolbar');
}

function mockup(url) {
	return openWindow(url, 'offsite', 'directories,location,menubar,resizable,scrollbars,status,toolbar');
}


function popupW(url) {
	return openCenteredWindow(url, 'shepPopupW', 600, 414, 1, 0, 0, 'sheppard');
}

function popupT(url) {
	return openCenteredWindow(url, 'shepPopupT', 414, 600, 1, 0, 0, 'sheppard');
}