// JavaScript Document
function OpenDetail(site,windowname,settings)
{
	window.open(site,windowname,settings);
}
