function showPic(picname,comment,w,h){
	var d=new Date;
	var wName=d.getUTCSeconds();
	if(!w){w=400};
	if(!h){h=400};	
	if(!comment){comment='Artogeia Bryoni - The Engagement Ring Company'};
	OpenWindow=open("", wName,"width="+eval(w+10)+",height="+eval(h+10));
	OpenWindow.document.open();
	OpenWindow.document.write("<html><head><title>"+comment+"</title>");
	OpenWindow.document.write("</head>");
	OpenWindow.document.write("<body bgcolor='#CD9933' marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 link=silver vlink=silver alink=red onLoad=\"window.focus()\">");
	OpenWindow.document.write("<a href=\"javascript:window.close()\"><img src='"+picname+"' width='"+w+"' height='"+h+"' border='0' alt='"+comment+"- Click to close'>");
	OpenWindow.document.write("</body></html>");
	OpenWindow.document.close();
}

function showSwf(picname,comment,w,h){
	var d=new Date;
	var wName=d.getUTCSeconds();
	if(!w){w=650};
	if(!h){h=550};	
	if(!comment){comment='Artogeia Bryoni - The Engagement Ring Company'};
	OpenWindow=open("", wName,"width="+eval(w)+",height="+eval(h));
	OpenWindow.document.open();
	OpenWindow.document.write("<html><head><title>"+comment+"</title>");
	OpenWindow.document.write("</head>");
	OpenWindow.document.write("<body bgcolor='#ff9900' marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 link=silver vlink=silver alink=red onLoad=\"window.focus()\">");
	OpenWindow.document.write("<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=\""+w+"\" height=\""+h+"\" background=\"#ff9900\"><param name=\"movie\" value=\""+ picname + "\" /><param name=\"quality\" value=\"high\" /><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"bgcolor\" value=\"#ff9900\" /><embed src=\""+ picname + "\" quality=\"high\" bgcolor=\"#ff9900\" width=\""+w+"\" height=\""+h+"\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>");
	OpenWindow.document.write("</body></html>");
	OpenWindow.document.close();
}

function showSwfOld(picname,comment,w,h){
	var d=new Date;
	var wName=d.getUTCSeconds();
	if(!w){w=650};
	if(!h){h=550};	
	if(!comment){comment='Artogeia Bryoni - The Engagement Ring Company'};
	OpenWindow=open("", wName,"width="+eval(w)+",height="+eval(h));
	OpenWindow.document.open();
	OpenWindow.document.write("<html><head><title>"+comment+"</title>");
	OpenWindow.document.write("</head>");
	OpenWindow.document.write("<body bgcolor='#ff9900' marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 link=silver vlink=silver alink=red onLoad=\"window.focus()\">");
	OpenWindow.document.write("<object type=\"application/x-shockwave-flash\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\""+w+"\" height=\""+h+"\" background=\"#ff9900\"><param name=\"movie\" value=\""+ picname + "\" /><param name=\"quality\" value=\"high\" /><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"bgcolor\" value=\"#ff9900\" />" + comment +"<embed src=\""+ picname + "\" quality=\"high\" bgcolor=\"#ff9900\" width=\""+w+"\" height=\""+h+"\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>");
	OpenWindow.document.write("</body></html>");
	OpenWindow.document.close();
}



function showSwfOldEst(picname,comment,w,h){
	var d=new Date;
	var wName=d.getUTCSeconds();
	if(!w){w=650};
	if(!h){h=550};	
	if(!comment){comment='Artogeia Bryoni - The Engagement Ring Company'};
	OpenWindow=open("", wName,"width="+eval(w)+",height="+eval(h));
	OpenWindow.document.open();
	OpenWindow.document.write("<html><head><title>"+comment+"</title>");
	OpenWindow.document.write("</head>");
	OpenWindow.document.write("<body bgcolor='#ff9900' marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 link=silver vlink=silver alink=red onLoad=\"window.focus()\">");
	OpenWindow.document.write("<object type=\"application/x-shockwave-flash\" data=\"" + picname + "\" width=\""+w+"\" height=\""+h+"\" background=\"#ff9900\"><param name=\"movie\" value=\""+ picname + "\" /><param name=\"quality\" value=\"high\" /><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"bgcolor\" value=\"#ff9900\" />" + comment +"</object>");
	OpenWindow.document.write("</body></html>");
	OpenWindow.document.close();
}



function showItem(srcObj,trgtObjId){
	var modelId=srcObj.value;
	var modelTitle=srcObj.options[srcObj.selectedIndex].text;
	var smallPic=srcObj.options[srcObj.selectedIndex].label;
	var bigPic=srcObj.options[srcObj.selectedIndex].title;	
	//window.status=modelId+'//'+modelTitle+'//'+smallPic+'//'+bigPic;
	document.getElementById(trgtObjId).innerHTML="<a title=\""+modelTitle+". Enlarge photo.\" onclick=\"showPic(this.href,'"+modelTitle+". - Artogeia Bryoni'); return false;\" href=\""+bigPic+"\"><img height=\"65\" alt=\""+modelTitle+". enlarge photo\" src=\""+smallPic+"\" width=\"85\" /></a>";
}

function showInput(fldId, srcObj){
	document.getElementById(fldId).style.display='block';
	document.getElementById(fldId).focus();
	srcObj.style.display='none';
}
