// JavaScript Document

function shopopen(url){

window.open(url,'shop','width=775,height=600,scrollbars=yes,resizable=yes');

}
