function talentedOpen(url,name,w,h,x,y,center){
screenw = screen.availWidth;
screenh = screen.availHeight;

if (center=="1"){
x=(screenw-w)/2;
y=(screenh-h)/2-20;
}

window.open(url,name,'width='+w+',height='+h+',left='+x+',top='+y+',toolbars=no,statusbar=no,resizable=yes,menubar=no');
}

function contactus(){
talentedOpen('http://www.look-company.com.tw/contact.asp','name','600','730','','','1')
}

function map(){
talentedOpen('map.htm','name','400','400','','','1')
}

function map2(){
talentedOpen('map2.htm','name','400','400','','','1')
}

function insidemen(){
talentedOpen('inside_men.asp','name','644','622','','','1')
}

function insidewomen(){
talentedOpen('inside_women.asp','name','644','622','','','1')
}

function insideworks(){
talentedOpen('insideworks.asp','name','644','622','','','1')
}

function hire2(){
talentedOpen('hire2.asp','namexx','644','568','','','1')
}

