// JavaScript Documentfunction zoomWindow2(url){	var newWindow = window.open(url,"newWin","width=800,height=630")}function zoomWindow(image, name, description, category, shop){	var newWindow = window.open("","newWin","width=800,height=630")		var footerImage="images/popUpFooter.gif";	var shopFooterImageMap='';			if(shop != "undefined"){		footerImage="images/popUpFooter2.gif";		shopFooterImageMap='<area shape="rect" coords="-1,0,201,32" href="javascript:opener.location=\'http://danadavid.com/store/'+shop+'\'; window.close();"></map>';			}				newWindow.document.write(			'<html>'+			'<head>'+			'<title>Dana * David</title>'+			'<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">'+						'<script type="text/javascript">'+				'function goShopping(url){'+				  'opener.location="http://danadavid.com/store/"+url;'+				  'window.close();'+				'}'+			'</script>'+						'</head>'+			'<body>'+			'<div align="center">'+			  '<table bgcolor="#cccccc" width="750" height="600" border="0" cellspacing="0" cellpadding="1">'+				'<tr>'+				  '<td>'+				  						'<table bgcolor="#ffffff" width="750" height="600" border="0" cellspacing="0" cellpadding="0">'+							'<tr>'+							  '<td align="center" valign="middle">'+							  																		'<table bgcolor="#ffffff" width="700" height="550" border="0" cellspacing="0" cellpadding="0">'+										'<tr>'+										  '<td align="left" valign="top" width="200" height="430"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="200" height="430">'+											'<param name="movie" value="popUpLabel.swf?name='+ name +'&description='+ description +'&category='+ category +'">'+											'<param name="quality" value="high"><param name="SCALE" value="exactfit">'+											'<embed src="popUpLabel.swf?name='+ name +'&description='+ description +'&category='+ category +'&shop='+ shop +'" width="200" height="430" scale="exactfit" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>'+											'</object>'+																					  										  '</td>'+										  '<td align="center" valign="top">'+											'<div align="center" style="border:1px solid #59baa8; width:500px; height:428px;"><a href="Javascript:window.close()"><img src="'+ image +'" border="0"></a>'+																							'</div>'+										  '</td>'+										'</tr>'+																				'<tr>'+										  '<td align="left" valign="top" colspan="2" height="120"><img src="'+ footerImage +'" width="700" height="118" border="0" usemap="#Map">'+										  										  '</td>'+										'</tr>'+																		'</table>'+																  							  '</td>'+							'</tr>'+					'</table>'+				  				  '</td>'+				'</tr>'+			  '</table>'+			'</div>'+			  			'</div>'+			'<map name="Map">'+			  '<area shape="rect" coords="573,4,699,26" href="Javascript:window.close()">'+			  shopFooterImageMap +			'</map>'+			'</body>'+			'</html>');		newWindow.document.close();	newWindow.focus();}function pressWindow(image, name, imageWidth){			var newWindow = window.open("","newWin","width="+ imageWidth +",height=550,resizable,scrollbars")			newWindow.document.write(			'<html>'+			'<head>'+			'<title>Dana * David</title>'+			'<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">'+			'</head>'+			'<body>'+						'<div align="center">'+			'<a href="Javascript:window.close()"><img src="'+ image +'" border="0"></a>'+						'</div>'+			'</body>'+			'</html>');						newWindow.document.close();			newWindow.focus();}/*function writeFlash(){	var line_1 = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="850" height="650" id="site" align="middle">';	var line_2 ='<param name="allowScriptAccess" value="sameDomain" />';	var line_3 ='<param name="movie" value="site.swf" />';	var line_4 = '<param name="quality" value="high" />';	var line_5 = '<param name="scale" value="exactfit" />';	var line_6 = '<param name="bgcolor" value="#ffffff" />';	var line_7 = '<param name="alt" value="Contemporary 18K Gold and Diamond jewelry" />';	var line_8 = '<embed src="site.swf" alt="Contemporary 18K Gold and Diamond jewelry" quality="high" scale="exactfit" bgcolor="#ffffff" width="850" height="650" name="site" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';	var line_9 = '</object>';		document.write(line_1+line_2+line_3+line_4+line_5+line_6+line_7+line_8+line_9);}*/