// JavaScript Document

function showSlides(){
	var sw = screen.width;
	var lft = sw - 470;
	window.open( "http://www.winecellarinnovations.com/cdc/index.htm", "slidewin", "width=420, height=520, left=" + lft + ", top=10" );
}

