/*
=============================
# (c) 2009.
# Leo Shale Prod.
=============================
*/

function openPopup(targetURL, props)
{
	return window.open(targetURL, 'popupWindow', props + ',left=300,top=300,status=0,fullscreen=0');
}
