if (document.images){	
			hoodie1 = new Image
			hoodie2 = new Image
			hoodie3 = new Image
			hoodie1.src = 'images/hoodie_pink.jpg'
			hoodie2.src = 'images/hoodie_blue.jpg'
			hoodie3.src = 'images/hoodie_black.jpg'
			}
			else {
			hoodie1 = ""
			hoodie2 = "" 
			hoodie3 = ""
			document.hoodie = ""
		}
		
if (document.images){	
			w_tracksuit1 = new Image
			w_tracksuit2 = new Image
			w_tracksuit3 = new Image
			w_tracksuit1.src = 'images/w_tracksuit_pink.jpg'
			w_tracksuit2.src = 'images/w_tracksuit_blue.jpg'
			w_tracksuit3.src = 'images/w_tracksuit_black.jpg'
			}
			else {
			w_tracksuit1 = ""
			w_tracksuit2 = "" 
			w_tracksuit3 = ""
			document.w_tracksuit = ""
		}		
		
if (document.images){	
			w_tank1 = new Image
			w_tank2 = new Image
			w_tank3 = new Image
			w_tank4 = new Image			
			w_tank1.src = 'images/tank_white.jpg'			
			w_tank2.src = 'images/tank_blue.jpg'
			w_tank3.src = 'images/tank_pink.jpg'
			w_tank4.src = 'images/tank_yellow.jpg'
			}
			else {
			w_tank1 = ""
			w_tank2 = "" 
			w_tank3 = ""
			w_tank4 = ""			
			document.w_tank = ""
		}			
		
if (document.images){	
			w_tshirt1 = new Image
			w_tshirt2 = new Image
			w_tshirt3 = new Image		
			w_tshirt1.src = 'images/w_tshirt_pink.jpg'			
			w_tshirt2.src = 'images/w_tshirt_blue.jpg'
			w_tshirt3.src = 'images/w_tshirt_yellow.jpg'
			}
			else {
			w_tshirt1 = ""
			w_tshirt2 = "" 
			w_tshirt3 = ""		
			document.w_tshirt = ""
		}			
		
if (document.images){	
			m_tshirt1 = new Image
			m_tshirt2 = new Image
			m_tshirt3 = new Image		
			m_tshirt1.src = 'images/m_tshirt_black.jpg'			
			m_tshirt2.src = 'images/m_tshirt_cardinal.jpg'
			m_tshirt3.src = 'images/m_tshirt_royal.jpg'
			}
			else {
			m_tshirt1 = ""
			m_tshirt2 = "" 
			m_tshirt3 = ""		
			document.m_tshirt = ""
		}
		
if (document.images){	
			m_tshirt_1 = new Image
			m_tshirt_2 = new Image
			m_tshirt_3 = new Image		
			m_tshirt_1.src = 'images/tshirt_natural.jpg'			
			m_tshirt_2.src = 'images/tshirt_grey.jpg'
			m_tshirt_3.src = 'images/tshirt_royal.jpg'
			}
			else {
			m_tshirt_li1 = ""
			m_tshirt_li2 = "" 
			m_tshirt_li3 = ""		
			document.m_tshirt_ = ""
		}		
				
if (document.images){	
			m_long1 = new Image
			m_long2 = new Image	
			m_long1.src = 'images/long_sleeve.jpg'			
			m_long2.src = 'images/long_sleeve2.jpg'
			}
			else {
			m_long1 = ""
			m_long2 = "" 	
			document.m_long = ""
		}			
		
if (document.images){	
			m_cap1 = new Image
			m_cap2 = new Image	
			m_cap1.src = 'images/cap_white.jpg'			
			m_cap2.src = 'images/cap_khaki.jpg'
			}
			else {
			m_cap1 = ""
			m_cap2 = "" 	
			document.m_cap = ""
		}			
		
		
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=no,menubar=0,resizable=0,width=650,height=610,left = 0,top = 0');");
}			
