function View()
{
    document.form.action = 'http://bjorkkorea.com/myvote/view.php?code=6';
    window.open('','VoteOpen','width=400,height=500,left=0,top=0,resizable=0,scrollbars=1');
}
function Vote()
{
    document.form.action = 'http://bjorkkorea.com/myvote/vote.php?code=6';
    window.open('','VoteOpen','width=400,height=500,left=0,top=0,resizable=0,scrollbars=1');
}