function openwin(id) {	
	id=id.valueOf();
	var hosturl="http://www.opencreative.com";
	var source="<HTML>\n<HEAD>\n<title>Open Creative Ltd.</title>\n";	
	source+='<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\n';
	source+='<frameset rows="25,*" framespacing="0" frameborder="no" border=0>\n';
	source+='<frame src="http://www.opencreative.com/cgi-bin/news.pl?type=query&target=news&command=title&titlenumber='+id+'" name="header" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" border=0 noresize>\n';
	source+='<frame src="http://www.opencreative.com/cgi-bin/news.pl?type=query&target=news&command=full&titlenumber='+id+'" name="content" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0" border=0 noresize>\n';
	//source+='<frame src="http://www.opencreative.com/newsbottom.html" name="bottom" frameborder="no" scrolling="no" noscroll marginwidth="0" marginheight="0" border=0 noresize>\n';
	source+='</frameset>\n</HEAD>\n';
	source+='<body bgcolor="#FFFFFF"  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>\n</body>\n';
	source+='</html>\n';
	//var openpage=hosturl+"/cgi-bin/news.pl?target=news&command=full&titlenumber="+id;
	news=window.open('','news','height=420,width=450,resizable=no');
	
	news.document.write(source);
	return;
}

function openjob(id) {	
	id=id.valueOf();
	var hosturl="http://www.opencreative.com";
	var source="<HTML>\n<HEAD>\n<title>Open Creative Ltd. - Job Opportunities </title>\n";	
	source+='<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\n';
	source+='<frameset rows="25,*" framespacing="0" frameborder="no" border=0>\n';
	source+='<frame src="http://www.opencreative.com/cgi-bin/news.pl?type=query&target=job&command=title&titlenumber='+id+'" name="header" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" border=0 noresize>\n';
	source+='<frame src="http://www.opencreative.com/cgi-bin/news.pl?type=query&target=job&command=full&titlenumber='+id+'" name="content" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0" border=0 noresize>\n';
	//source+='<frame src="http://www.opencreative.com/newsbottom.html" name="bottom" frameborder="no" scrolling="no" noscroll marginwidth="0" marginheight="0" border=0 noresize>\n';
	source+='</frameset>\n</HEAD>\n';
	source+='<body bgcolor="#FFFFFF"  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>\n</body>\n';
	source+='</html>\n';
	//var openpage=hosturl+"/cgi-bin/news.pl?target=news&command=full&titlenumber="+id;
	job=window.open('','job','height=420,width=450,resizable=no');
	
	job.document.write(source);
	return;
}

function openterm() {	
	var hosturl="http://www.opencreative.com";
	var source="<HTML>\n<HEAD>\n<title>Open Creative Ltd. - Terms of Use </title>\n";	
	source+='<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\n';
	source+='<frameset rows="25,*" framespacing="0" frameborder="no" border=0>\n';
	source+='<frame src="'+hosturl+'/flash/termtop.html" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" border=0 noresize>\n';
	source+='<frame src="'+hosturl+'/flash/termcontent.html" name="content" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0" border=0 noresize>\n';
	//source+='<frame src="http://www.opencreative.com/newsbottom.html" name="bottom" frameborder="no" scrolling="no" noscroll marginwidth="0" marginheight="0" border=0 noresize>\n';
	source+='</frameset>\n</HEAD>\n';
	source+='<body bgcolor="#FFFFFF"  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>\n</body>\n';
	source+='</html>\n';
	//var openpage=hosturl+"/cgi-bin/news.pl?target=news&command=full&titlenumber="+id;
	term=window.open('','term','height=420,width=450,resizable=no');
	
	term.document.write(source);
	return;
}