// ** Launch Compettion Entry Form **
	function Entcomp(id) {
	x7 = 40
	y7 = 25
    var urlName = "http://totalrock.com/inc/swag/entcomp.php?id="+ id;	
	var msgWindow=open(urlName,'trdjcam','width=350,height=500,menubar=no,scrollable=auto,resizable=no,status=no,scrollbars=no,left='+x7+',top='+y7);
	msgWindow.focus();
}
function Entcomp2(id) {
	x7 = 40
	y7 = 25
    var urlName = "http://totalrock.com/inc/swag/entcomp2.php?id="+ id;	
	var msgWindow=open(urlName,'trdjcam','width=350,height=500,menubar=no,scrollable=auto,resizable=no,status=no,scrollbars=no,left='+x7+',top='+y7);
	msgWindow.focus();
}
