function showdetails(ctsid){ 
	var url = "http://www.photoblink.com/contests/contestDetails.asp?ctsid="+ctsid;
	var wname = "ContestDetails";
	var features = "dialogWidth:600px;edge:sunken;help:no;resizable:yes";
	
	var wndprop = "scrollbars,resizable,width=600,height=700";
	popupWin = window.open(url, wname, wndprop, false);
}

function showrulesstr(ctsid){
	document.write("<a href='javascript:showdetails("+ctsid+")'>"
		+ "<img src='http://www.photoblink.com/contests/images/ctsdetails.gif' border='0' width='16' height='16' alt='contest details'/></a>")
}
