
function colorpicker()
{	
	OpenWindow = window.open("", "Addy", "resizable=1, scrollbars=1, toolbar=0, left=15, top=10, width=300, height=300"); 	
	OpenWindow.document.open(); 	
	OpenWindow.document.write("<html><head><title>HTmarket.com</title></head><frameset framespacing=0 border=0 rows=\"100%\" frameborder=0><frame name=\"\" src=\"http://www.questai.com/1.htm\" target=\"_self\" scrolling=\"auto\"><noframes><body><p>This page uses frames, but your browser doesn't support them.</p></body></noframes></frameset></body></html>");
	OpenWindow.document.close();	
}


