function NewR(link)
{
  open(link, "", "scrollbars=yes, width=750, height=600,status=yes,resizable=yes,directories=yes,toolbar=yes,menubar=yes,location=yes" );
}
function dtl(obj)
{
	var x = document.getElementById( 'dtlimg' );
	x.style.backgroundImage = 'url('+obj+')';
	//x.style.display='none';
}
function New(link,w,h)
 {
  open(link, "", "scrollbars=yes, directories=no, width="+w+", height="+h);
 }
function NewS(link,w,h)
 {	
 	link = link.replace( "_medium", "" );
 	link = link.replace( ")", "" );
 	link = link.replace( "url(", "" );
 	open(link, "", "scrollbars=yes, directories=no, width="+w+", height="+h);
 }