// JavaScript Document for online store pop up link
function doPopUp(){
doPopUpWindow = window.open("http://www.wearevillains.com/line2.html","Line","scrollbars=yes,resizable= yes,left=10,top=10,screenX=10,screenY=10,width=650 ,height=750");
}